home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / e / e_v3.3a / src.lha / Src / Utils / Build / .build example 2 < prev    next >
Encoding:
Text File  |  1997-07-26  |  81 b   |  9 lines

  1. testfile=.build
  2. bla=build
  3.  
  4. blak:$(testfile)
  5.   echo 1
  6.   cat $(testfile)
  7.   echo 2
  8.  
  9.